C#
VB
C++
Removes the IList item at the specified index.
public void RemoveAt(
int index
)
Public Sub RemoveAt( _
ByVal index As Integer _
)
public:
void RemoveAt(
int index
)
index
The zero-based index of the item to remove.
Exceptions
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is not a valid index in the IList. |
System.NotSupportedException | The IList is read-only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET